Specifies the way you can work with data in a database.
データベース中のデータを扱う方法を指定します。
|
To access this command...この機能の見つけ方
In a database window, choose Edit - Database - Advanced Settings
|
The availability of the following controls depends on the type of database:
以下のコントロールの利用可能な範囲は、データベースのタイプによって変わります。
Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores.
データソース中の名前に対して、SQL92 命名規則に準拠する文字のみが許可されます。それ以外の文字はすべて拒まれます。それぞれの名前は、小文字、大文字、またはアンダーバー (_) で始まる必要があります。それ以降の文字には、ASCII 文字、数字、およびアンダーバーが指定可能です。
Some databases use the keyword "AS" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias.
[PO-fuzzy@shared\explorer\database.po] ※※※未訳※※※
Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems).
各テキスト行の末尾に対して CR + LF コードペアを使用します (DOS および Windows オペレーティングシステム向け)。
Appends the alias to the table name in SELECT statements.
SELECT 文にテーブルに対するエイリアス名が追加されます。
Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}
外部結合にエスケープシーケンスを使用します。このエスケープシーケンス用の構文は、{oj outer-join} です。
Example:
例:
select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}
select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}
Ignores access privileges that are provided by the database driver.
データベースドライバから提供されるアクセス特権が無視されます。
Replaces named parameters in a data source with a question mark (?).
データソース中の指定したパラメータが、クエスチョンマーク (?) と置換されます。
Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. Displays the internal version number of the record in the database table.
データベースによっては、フィールドにバージョン番号を割り当て、レコードの変更を追跡できるようになっています。フィールドの内容が変更されるたびに、フィールドのバージョン番号が 1 ずつ加算されます。データベーステーブルにあるレコードの内部バージョン番号が表示されます。
Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.
カタログの現在のデータソースを使用します。このオプションは、ODBC データソースがデータベースサーバーの場合に役立ちます。ODBC データソースが dBase ドライバの場合は、このオプションを選択しないでください。
Allows you to use the schema name in SELECT statements.
SELECT 文でスキーマ名が使用できます。
Creates an index with ASC or DESC statements.
ASC 文または DESC 文を使用して索引を作成します。
Select the type of Boolean comparison that you want to use.
使用する論理演算の種類を選択します。
When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field.
フォームで新しいレコードの入力または既存レコードの更新を行い、入力必須のデータベース列にバインドされているフィールドを空白のままにした場合、フィールドが空白であるというメッセージが表示されます。
If this control box is not enabled, then the forms in the current database will not be checked for required fields.
このコントロールボックスが有効になっていない場合、現在のデータベースのフォームでは必須フィールドの確認が行われません。
The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books.
コントロールボックスはデータへの書き込み権をサポートするすべてのデータソースの種類で利用可能です。 コントロールボックスは、表計算ドキュメント、テキスト、csv、およびさまざまな読み取り専用アドレス帳には存在しません。
Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded.
Oracle JDBC 接続の場合のみ。これが有効になってる時、すべての列が通貨フィールドとしては扱われません。データベースドライバが返すフィールドの種類は無視されます。
Check to use ODBC conformant date/time literals.
ODBC 準拠の日付 / 時刻表記を使用するときにチェックしてください。